From ec34bbed14516d83c0005ce86c0167e2e1e03de4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roger=20Pau=20Monn=C3=A9?= Date: Fri, 26 Sep 2014 11:59:18 +0200 Subject: [PATCH] use relative path for true(1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On FreeBSD true(1) is at /usr/bin/true. Signed-off-by: Roger Pau Monné --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index 04f72e6c93..9d91ca7c2e 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -102,7 +102,7 @@ $(TARGET): delete-unfresh-files [ -e include/asm ] || ln -sf asm-$(TARGET_ARCH) include/asm [ -e arch/$(TARGET_ARCH)/efi ] && for f in boot.c runtime.c compat.c efi.h;\ do ln -nsf ../../../common/efi/$$f arch/$(TARGET_ARCH)/efi/; done;\ - /bin/true + true $(MAKE) -f $(BASEDIR)/Rules.mk -C include $(MAKE) -f $(BASEDIR)/Rules.mk -C arch/$(TARGET_ARCH) asm-offsets.s $(MAKE) -f $(BASEDIR)/Rules.mk include/asm-$(TARGET_ARCH)/asm-offsets.h -- 2.30.2